NoteInteract with the Map

Click on any plane icon within the map for additional information. For the best experience on mobile, rotate your device to landscape. Map data as of 2025-09-30 16:19:15.533565 UTC


Information sourced from the OpenSky Network, adsb.lol, ADSB-DB, and the United Fleet Website's mainline fleet tracker. Information, especially route information, may be inaccurate, and is omitted from the table header when unreliable. Table design by Martin Stavro. Information displayed here, including the medium in which it is displayed, is not affiliated with nor endorsed by United Airlines and is presented here within the provisions of fair use.
About the Unofficial United Fleet Explorer

Here are a few things you should know about this app.

Raison D’être

Apart from personal curiosity, this dashboard (and its accompanying materials) exists for the 2025 Posit Table contest. I’ll keep it running beyond the contest using GitHub actions for any interested users, so long as the underlying APIs that support it still exist.

Fleet Sample Flight Map

The flight map displays randomly selected flights from United’s mainline fleet refreshed at preset intervals. At the preset interval, GitHub actions regenerates the dashboard with new flights. The current pull rate is 10 flights every 30 minutes.

Why does the flight map only display partial flights?

The flight map only displays a sample of United’s active flights to respect the rate limits of OpenSky’s API. Querying one aircraft takes roughly 4 credits, and the rate limit for registered users is 4,000 credits per day, hence 1,000 airplanes a day. Note that the credit counts even if the API request returns no information, i.e., querying a United aircraft that’s currently on the ground.

Please use discretion whenever using the flight map for purposes that depend on accurate information

The entirety of this project is open-source. That means I’m depending on open sources of information for flight data. There are a lot of incredible contributors collecting flight route data and ADSB data. However, if you’re planning on using this app for any purpose that depends on having accurate information (route information comes to mind, but ADSB data is also fallible), just know that’s probably not the best idea, as United generally changes their mind about operational use of their aircraft faster than open-source contributors can update route databases. As the saying goes, you get what you pay for (in this case, you get a whole lot of data for paying nothing thanks to some awesome people, see the acknowledgements section). Please triangulate with other sources if you need accurate information.

Full Fleet Information

This page contains a table with the fleet information for all of United’s active aircraft, according to the United Fleet Site project.

Can I do something like this myself?

Sure can! The GitHub icon in the top right will take you to the source code for this dashboard, and the book will take you through the documentation of creating the dashboard in its entirety.

Legalese and Acknowledgements

I’m not a lawyer. The extent of my legal education is Suits and Better Call Saul, neither of which I would say are particularly shining examples of legal conduct. But I imagine a lawyer might want me to tell you that this project is in no way affiliated or endorsed by United Airlines (hence the unofficial moniker), and that any assets of United Airlines are used under the presumption of fair use. The same goes for data sources which this project pulls from, namely the United Fleet Site project, OpenSky network contributors, adsb.lol contributors, and ADSB-DB. By using this, you’re also generally agreeing with the provisions of the MIT license. You can read up on it here if you’d like, but generally it means that you’re free to do with the source code as you please (keeping in mind some aforementioned points about fair use, etc.) and that this software is presented as-is, without warranty (i.e., that point about using discretion when depending on this flight map).